home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2005 October
/
PCWOCT05.iso
/
Software
/
FromTheMag
/
Syn Text Editor 2.1.0.46
/
synsetup-2.1.0.46.exe
/
{app}
/
syn.exe
/
0
/
RCDATA
/
TASKSAVEDIALOG
/
TASKSAVEDIALOG.txt
< prev
Wrap
Text File
|
2004-02-29
|
2KB
|
102 lines
object AskSaveDialog: TAskSaveDialog
Left = 408
Top = 211
AutoScroll = False
BorderIcons = [biSystemMenu]
Caption = 'Save Changes'
ClientHeight = 243
ClientWidth = 325
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
KeyPreview = True
OldCreateOrder = False
Position = poOwnerFormCenter
OnClose = FormClose
OnCreate = FormCreate
OnKeyPress = FormKeyPress
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object lblPrompt: TLabel
Left = 60
Top = 12
Width = 258
Height = 61
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = '*'
FocusControl = lstFiles
WordWrap = True
end
object imgIcon: TImage
Left = 16
Top = 16
Width = 32
Height = 32
Transparent = True
end
object lstFiles: TListBox
Left = 6
Top = 80
Width = 313
Height = 127
Anchors = [akLeft, akTop, akRight, akBottom]
ExtendedSelect = False
ItemHeight = 18
MultiSelect = True
Style = lbOwnerDrawFixed
TabOrder = 0
OnClick = lstFilesClick
OnDrawItem = lstFilesDrawItem
OnKeyDown = lstFilesKeyDown
OnKeyPress = lstFilesKeyPress
end
object btnYes: TCorelButton
Left = 5
Top = 214
Width = 75
Height = 23
Anchors = [akRight, akBottom]
Caption = '&Yes'
Default = True
ModalResult = 6
TabOrder = 1
end
object btnCancel: TCorelButton
Left = 165
Top = 214
Width = 75
Height = 23
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object btnAll: TCorelButton
Left = 245
Top = 214
Width = 75
Height = 23
Anchors = [akRight, akBottom]
Caption = 'Save &all'
ModalResult = 8
TabOrder = 4
end
object btnNo: TCorelButton
Left = 85
Top = 214
Width = 75
Height = 23
Anchors = [akRight, akBottom]
Caption = '&No'
ModalResult = 7
TabOrder = 2
end
end